From 19d77bcf21522dc8cf21df2bd8e1a86e53b07400 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 31 Jan 2010 23:12:17 +0000 Subject: [PATCH] Last fail change from r61761 --- includes/api/ApiQueryUserContributions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryUserContributions.php b/includes/api/ApiQueryUserContributions.php index fbd909ee5d..3e96907f75 100644 --- a/includes/api/ApiQueryUserContributions.php +++ b/includes/api/ApiQueryUserContributions.php @@ -299,7 +299,7 @@ class ApiQueryContributions extends ApiQueryBase { if ( ($this->fld_comment || $this->fld_parsedcomment) && isset( $row->rev_comment ) ) { if ( $row->rev_deleted & Revision::DELETED_COMMENT ) $vals['commenthidden'] = ''; - } else { + else { if ( $this->fld_comment ) $vals['comment'] = $row->rev_comment; -- 2.20.1